com.sabro.jbusiness.database.mssql.comp
Class CompView
java.lang.Object
com.sabro.jbusiness.database.mssql.comp.CompView
public class CompView
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompView
@Deprecated
public CompView(int tabelaId)
- Deprecated.
- Inicializa objeto compilador de calc de tabela
CompView
public CompView(SysConexao sysConexao,
int tabelaId,
LogEventListener logEventListener)
CompView
public CompView(SysConexao sysConexao,
int tabelaId,
LogEventListener logEventListener,
boolean debug)
- Inicializa objeto compilador de calc de tabela
setTabelaId
public void setTabelaId(int tabelaId)
getSysConexao
public SysConexao getSysConexao()
compila
public boolean compila()
getCodigoView
public java.lang.StringBuffer getCodigoView()
getCodigoViewClc
public java.lang.StringBuffer getCodigoViewClc()
salva
public boolean salva(boolean isClc)
getNomeView
public java.lang.String getNomeView(boolean isClc)